CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小二乘法 直线

搜索资源列表

  1. Least QuadraticFiter

    0下载:
  2. 最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done ear
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6709
    • 提供者:海明
  1. fit_line

    0下载:
  2. //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -/ / linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3039
    • 提供者:qiao
  1. 直线度检测

    0下载:
  2. 用最小二乘法拟合出机床导轨运动时的直线,从而可以对机床导轨的直线度误差进行检测- Fits time the engine bed guide rail movement with least squares method the straight line, thus may carry on to the engine bed guide rail straight dimension error examines
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3562
    • 提供者:王杰
  1. 最小二乘法直线拟合程序

    4下载:
  2. 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2924
    • 提供者:liu
  1. line2

    0下载:
  2. 最小二乘法直线拟合算法,用VC写的,比较容易看懂的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:119836
    • 提供者:i1j2k3
  1. 最小二成法拟和直线函数

    1下载:
  2. 根据最小二乘法由一组点拟合一条直线-by the least squares method based on a group fitting a linear point
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:58858
    • 提供者:齐晶
  1. Houghtransformation.rar

    1下载:
  2.  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:206977
    • 提供者:李明
  1. nihe

    0下载:
  2. 最小二乘法直线拟合用VC实现,可以给学习OPENCV图像处理的人一点帮助-VC achieved by the least square method, image processing can OPENCV people learn a little help
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1481
    • 提供者:
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. Linear

    0下载:
  2. 直线型最小二乘法算法,程序运行正确,已经测试过的,可以嵌入自己的程序中,很有用的。-Linear least squares algorithm, the program is running correctly, has been tested and can be embedded in the process of their own, very useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:218144
    • 提供者:石利
  1. line

    0下载:
  2. 用于直线检测的基本工具,点到直线公式,以及最小二乘法原理等等!-For line detection of the basic tools, points to the linear formula, as well as the principle of least square method and so on!
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1851436
    • 提供者:姜利
  1. spec

    0下载:
  2. 对两组数据进行最小二乘法拟合并得出拟合直线的斜率-using the least square algorithm to make the regression and get the slope of the line
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1946
    • 提供者:毕丽思
  1. LeastQuadraticFiter

    0下载:
  2. 基于最小二乘法对离散的数据点进行直线拟合,能够最大程度的实现总误差的最小化-Least squares method based on discrete data points on the straight line fitting, to the greatest degree of implementation to minimize the total error
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:6713
    • 提供者:李想懂
  1. min

    0下载:
  2. 最小二乘法,实现了直线拟合,和曲线拟合的功能-Least squares method, to achieve a straight line fitting, and curve fitting function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:2027717
    • 提供者:mayaojie
  1. curve-fitting

    0下载:
  2. 曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:97271
    • 提供者:落笔天外
  1. linear_least_squares

    0下载:
  2. C++写的 最小二乘法直线拟合 程序 附源码-Written in C++ linear least squares fitting procedure with source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:69395
    • 提供者:tigerlee
  1. VB(The-least-square-method)

    0下载:
  2. 多点采样的最小二乘法直线拟合算法vb编程.-The least square method, linear fitting.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1101
    • 提供者:tom
  1. fitting-code

    0下载:
  2. vb6.0编写的最小二乘法直线拟合、二次曲面拟合程序,线性方程组采用列主元高斯消去法。-vb6.0 prepared by the method of least squares fitting a straight line, the quadratic surface fitting procedure, linear equations using Gaussian elimination main-element.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:14547
    • 提供者:xft
  1. OLS

    0下载:
  2. 该程序可以实现直线、平面的正交拟合,压缩包内附带示例数据(The program can achieve a straight line, plane orthogonal fitting, compressed sample data attached to the package)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:13312
    • 提供者:keaSSy
  1. gaijin---hough

    1下载:
  2. 改进了霍夫变换与最小二乘法,大大提高了直线检测精度与效率(Improved Hof transform and least square method, greatly improving the accuracy and efficiency of line detection.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-29
    • 文件大小:4451328
    • 提供者:心房
« 1 23 4 5 »
搜珍网 www.dssz.com